projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17cb69a
)
(hack-local-variables): Don't query about fake variables.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 29 Jan 2008 14:45:13 +0000
(14:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 29 Jan 2008 14:45:13 +0000
(14:45 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index ea327f48f2c03537461d91f6311303fb9759ea71..7c0557cd5adea139524af02352b408a768a9e9a6 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2767,7
+2767,8
@@
is specified, returning t if it is specified."
(dolist (elt result)
(let ((var (car elt))
(val (cdr elt)))
- (or (eq var 'mode)
+ ;; Don't query about the fake variables.
+ (or (memq var '(mode unibyte coding))
(and (eq var 'eval)
(or (eq enable-local-eval t)
(hack-one-local-variable-eval-safep